GetHeapObjectIdResponse

data class GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId)

Represents response frame that is returned from HeapProfiler#getHeapObjectId operation call.

See also

Constructors

GetHeapObjectIdResponse
Link copied to clipboard
fun GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId)

Properties

heapSnapshotObjectId
Link copied to clipboard
val heapSnapshotObjectId: HeapSnapshotObjectId
Id of the heap snapshot object corresponding to the passed remote object id.

Sources

jvm source
Link copied to clipboard